[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 geninterrupt()          Generate Software Interrupt (Macro)

 #include   <dos.h>

 void       geninterrupt(intr_num);
 int        intr_num;                    Interrupt number

    geninterrupt() triggers a software trap for the interrupt given by
    'intr_num'.

       Returns:     The return value depends on the interrupt that was
                    called.

         Notes:     geninterrupt() is a macro.

   Portability:     8086-Family of processors only.


See Also: disable() enable() getvect()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson